Summary:
Word component is a Buoy component that enables you to create, read, write and edit Word docx files from Buoy code.
The component can:
- Create new Word documents.
- Read and write paragraphs and runs from Word documents.
- Read and write tables in word documents. (Very basic writing).
- Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
- Read and write document info in Word document.
- Read and write headers.
- Read and write footers.
- Read and write basic bullets and numbering setup on paragraphs..
- Read and write indents.
- Supports easy fill into form template feature.
- Preliminary support for read and write for shapes.
- Support for reading and writing Character Style hierarchy.
- Support for reading and writing Paragraph Style hierarchy.
- Support for reading and writing Table Style hierarchy.
Not yet supported in our Buoy version of the component:
- Read and write pictures (jpg and png) from Word document.
- Read SVG pictures from Word document (currently read only).
- Supports language codes for Paragraphs and Runs.
- Many detail method and properties on various of classes.
- Classes and Enums will be put in proper namespaces once Buoy supports that.
Remarks:
Agreement:
This product is a commercial software, only registered users are allowed to use it.While Buoy is getting established and we have not so many components for Buoy then licenses for Einhugur components for Buoy are given for free.
You can email us at support@einhugur.com and request free perpetual key which will give you key with 3 months of free updates with possibility of extending its free updates period if we still have the free key program at that time.
If you have already valid update period for the main Einhugur Component pack then you can mail us and get free key for Einhugur Buoy components that have same update period as your component pack key.
You can also run without any license key, in which case the component is limited to opening document 5 times per run.
Einhugur Software and the author, are in no way responsible for the bugs that might be found in this product. However, Einhugur Software will do its best to fix the bugs.
Officially we only support versions noted above and up to current official (not alpha or beta versions) version of Buoy at the date of when this component is published. We cannot predict what changes might come in future versions of Buoy.
You are not allowed to take the libraries from this component to use it to make bindings for other programming language. This component and its internals are only licensed for Buoy applications.
This library uses under the hood pugixml to parse and generate xml and miniz library to compress and decompress. License on the pugixml library which is used under the hood to handle xml:
Pugixml library is available to anybody free of charge, under the terms of MIT License:
Copyright (c) 2006-2026 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License on the miniz library which is used under the hood to handle compression:
Copyright 2013-2014 RAD Game Tools and Valve Software
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.